home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 4 / The Pier Shareware #4 (The Pier Exchange) (1994).ISO / 038 / prochook.exe / SCW.H < prev    next >
Text File  |  1994-01-01  |  399b  |  17 lines

  1. /*
  2.   SCW.H - Copyright (c) 1993 James M. Finnegan, All Rights Reserved
  3. */
  4.  
  5. // Definitions for dialog box stuff
  6. #define   IDL_MAINBOX 100
  7. #define   IDB_CLEAR   200
  8. #define   IDB_EXIT    201
  9.  
  10. // Our message to set the tabs in the listbox
  11. #define WM_SETLBTABS  WM_USER+100
  12.  
  13. // Declarations
  14. long WINAPI WndProc(HWND, UINT, WPARAM, LPARAM);
  15. WORD WINAPI NewSetClassWord(HWND, int, WORD);
  16.  
  17.